home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / tm301_2.zip / PHOENIX.SCR < prev    next >
Text File  |  1992-01-03  |  399b  |  20 lines

  1. ;
  2. ; PHOENIX.SCR is a log on script file for Phoenix BBS
  3. ;
  4.  
  5. Name = "first last"          ; put your name here
  6. Color = "Y"                  ; "Y"es or "N"o
  7.  
  8. SET AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                    ; unlimited waiting time
  10.  
  11. Waitfor "ANSI Color Graphics [y/N]?"
  12. Put Color
  13.  
  14. Waitfor "first name"
  15. Put Name
  16.  
  17. Waitfor "password"
  18. Put "^&"
  19.  
  20.